/*全局控制*/

@charset "utf-8";


/* @font-face {
    font-family: "思源黑体 Regular";font-weight: 400;src: url("../font/KWGcDU1p86WB.woff2") format("woff2"),
    url("../font/KWGcDU1p86WB.woff") format("woff");
    font-display: swap;
  } */


*{box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
div,dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
h1,h2,h3,h4,h5,h6,
pre, code,/* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
p,blockquote,th, td /* table elements 表格元素 */ {margin: 0;padding: 0;}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}   
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化
*/
table,td,tr,th{font-size:12px;}
caption,th {text-align:left;}  
/** 重置列表元素 **/
ul, ol, li { list-style: none; }
li{list-style-type:none;}
q:before,q:after {content:'';}   
abbr,acronym {border:0;font-variant:normal;}
address,caption,cite,code,dfn,em,th,var,optgroup {font-weight:normal; font-style:normal;} 
del,ins{text-decoration:none;}
/** 重置文本格式元素 **/
a {color:#000;text-decoration:none;outline:none; cursor: pointer;}
/* a:visited {color:#000;text-decoration:none;} */
a:hover {text-decoration:none;}
/* a:active {color:#666;} */
/** 重置表单元素 **/
legend { color: #666; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/** 清除浮动 **/
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;}
body{ overflow-x: hidden; width: 100%; background:#fff;font:14px/20px  "Noto Sans SC";font-weight:400; color:#000; position: relative;}
input[type="text"],textarea{-webkit-appearance:none;}
input{_background:#fff;}
textarea{background:#fff;}
select{*background:#fff;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{ clear:both;}
.fl{float:left;}
.fr{float:right;}
.bl1 {clear:both; height:1px; overflow:hidden; display:block;}
.bl5 {clear:both; height:5px; overflow:hidden; display:block;}
.bl10 {clear:both; height:10px; overflow:hidden; display:block;}
.bl15 {clear:both; height:15px; overflow:hidden; display:block;}
.bl20 {clear:both; height:20px; overflow:hidden; display:block;}
.bl30 {clear:both; height:30px; overflow:hidden; display:block;}
.bl40 {clear:both; height:40px; overflow:hidden; display:block;}
.bl50 {clear:both; height:50px; overflow:hidden; display:block;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.wrap{width:1200px;margin:0 auto;text-align:left;}
.aui-ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.aui-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aui-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
._block{ display: block;}
.d-flex{ display: -moz-flex; 
    display: -ms-flexbox; 
    display: flex;}
.align-items-center{align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;}
.justify-content-center{
    -webkit-justify-content:center;
    justify-content:center;
    -moz-box-pack:center;
    box-pack:center;
    -webkit--moz-box-pack:center;
}
.justify-content-space-between{
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    box-pack:space-between;
    -webkit--moz-box-pack:space-between;
}
.flex-direction-column{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
}
.flex-wrap{flex-wrap: wrap;}
.flex-end{ justify-content: flex-end;}
.flex-align-end{ align-items: flex-end;}
.position-relative{ position: relative;}
.backimage{ background-repeat: no-repeat; background-size: cover;}
.width1400{width: 72.92vw; margin: 0 auto ;}
.header{
    
    background: #FFFFFF;
    /* padding: 0 2.61vw 0 7.5vw; */
    /* border-bottom: #ECECEC 0.052vw solid; */
}
.head-logo{ padding: .89vw 0;}
.header .logo{width: 152px;}
.header .logo a{ height: 100%;}
.header .logo img{display: block;position: relative;top: 50%;transform: translateY(-50%);}
.shop-list a{margin-left: 4.5vw; cursor:auto;}
.navs{ height: 70px;
    background: #C67914; width: 100%;}
.head-nav{}
.head-nav li{float: left;position: relative;margin-right: 2.6vw; transition: all .6s ease;}
.head-nav li>a{
    font-size: 0.94vw;
    padding: 0 1.46vw; 
    font-weight: 500;
    color: #fff;
    line-height:70px;
    position: relative;
    z-index: 10;
    display: block;transition: all .3s ease;
}
.head-nav li>a::after{ content: '';width: 0; height: 3px;
    background: #C67914; position: absolute; left: 50%; bottom: 0;}
.head-nav li.on>a::after,.head-nav li:hover>a::after{ width: 32px;
    transform: translateX(-50%);}
.head-nav li.on,.head-nav li:hover{ background-color: rgba(255,255,255,.9);}
.head-nav li.on>a,.head-nav li .nav-child a:hover,.head-nav li:hover>a{ color: #C67914;}
.head-nav li .nav-child{ position: absolute; left: 0; width: 100%;
    background:rgba(249, 242, 232, .9);opacity: 0;top: 3.125vw; z-index: 10;transition: all .5s;
    box-shadow: 0.052vw  0.1042vw 0.521vw 0px rgba(0,0,0,0.24); visibility: hidden;}
.head-nav li .nav-child a{  color: #C67914;display: block;padding: 0.9375vw 0; font-size: 0.9375vw; text-align: center;}
.head-nav li:hover .nav-child{ opacity: 1; top:70px; visibility: visible;}
.head-nav li .nav-child a:hover{text-decoration: underline;}
.head-phone{height: 70px;}
.head-phone .phone {
    font-size: 0.9375vw;
    color: #fff;
}
.head-phone .search span{
    width: 1.5625vw;
    height: 100%;
    background: url(../img/searchIco.png) no-repeat center; background-size: 78%;
}
.search-input{ background: #fff; overflow: hidden; height: 2.60vw;  padding:  0 0.26042vw  0 0.521vw;box-shadow: 0px  0.1042vw 0.521vw 0px rgba(0,0,0,0.1);
    position: absolute; border-radius:1.5625vw ;    z-index: 5;
    font-size: 0.73vw;  left: -9vw;width: 13.02vw; opacity: 0; visibility: hidden; transition: all .5s;
}
.search-input.show{ opacity: 1; visibility: visible;}
.line {
    color: #fff;
    opacity: 0.5;
    margin: 0 19px;
}
.search{height: 100%; position: relative;}
.search-input .text-input{width: 9.375vw; border: none; height: 100%; vertical-align: top; font-size: 0.78125vw; text-indent: 0.521vw;}
.submit{background: url(../img/searchIco1.png) no-repeat center; background-size: 57%; border: none;  padding: 0.78vw 1.04vw;}
.banner {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.banner .slide,
.banner .swiper-slide{
    width: 100% !important;
    /* height: 710px; */
}
.banner a{ display: block;}
.banner .dot_style{ position: absolute; width: 100%; text-align: center; z-index: 10; bottom:2.03vw;}
.banner .swiper-pagination-bullet{
    width: 2.60vw;
    height: 0.16vw;opacity: 1;
    background: rgba(255,255,255,.8);
    border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
    
    background: #C67914;
}
.banner .swiper-pagination-progressbar{
    width: 7.81vw;
    height: 0.16vw;
    background: rgba(255,255,255,.7);
    bottom: 0;
    left: 0;
    top: auto;
}
.origin-video-box{height: 43.75vw; overflow: hidden;} 
.origin-video-box .video-js .vjs-big-play-button{width: 5.00vw; height: 5.1vw;}
.pagination{ position: absolute; bottom:70px ;
left: 100px; z-index: 100;}
.navigations{position: absolute; bottom:70px ;
    right: 100px; z-index: 100;  
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox; 
    display: flex;}
.navigations>div{margin: 0 20px;}
.banner .button-prev,.banner .button-next{position: absolute;top: 50%; transform: translateY(-50%); z-index: 10;}
.banner .button-prev{ left: 69px;}
.banner .button-next{ right: 69px;}
.banner i{ transition: all .3s; display: inline-block; width: 30px; height: 30px; }
.banner .button-prev i{ background: url(../img/prev1-b.png) no-repeat center;}
.banner .button-next i{ background: url(../img/next1-b.png) no-repeat center;}
.banner .button-prev i:hover{background: url(../img/prev1-o.png) no-repeat center;}
.banner .button-next i:hover{ background: url(../img/next1-o.png) no-repeat center;}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #FFFFFF;
}

.swiper-num{
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
}
.swiper-num .total{ font-size: 20px;}
.index-part1{ padding:5.05vw 0 25.73vw; background: url(../img/bg1.jpg) no-repeat; }
.part1-content{width:53.44vw;
height: 30.1vw; 
    border-radius: 10px;   margin: 0 auto; position: relative;}
.part1-content p{font-size: 1.15vw;color: #FFFFFF; text-align:center;width: 28.54vw; height:4.17vw;font-weight: bold;
color: #C67914;
    line-height: 4.17vw; margin:-1.5vw auto 0; background:#fff;  border-radius: 10px; position:relative;}
.part1-content .video-box{width:100%;height:100%;}
.part1-content .video-box .vjs-poster{background-size:cover;}
.part1-content .video-js .vjs-big-play-button{background: url(../img/playCircle2.png) no-repeat; width:3.75vw; height:3.75vw; background-size:cover; }

.index-part2{ margin-top: -21vw;
}
.part-product{ background: #fff; padding: 50px 30px 50px 40px;}

.part-name::before{ content: '';width: 62px;
    height: 62px;
    background: #C67914;
    opacity: 0.3; transition: all .5s ease;
    border-radius: 50%; position: absolute; left: -40px;}
.part-name{ position: relative;}
.part-name:hover::before{transform: translateY(-5px);}
.part-name .cn{font-weight: bold;
    color: #333333; font-size: 1.88vw; line-height: 180%;}
.part-name .en{ font-size: 1.04vw; color: #666666;}
.type-list{ position: absolute; right: 0; top: 0;}
.type-list a{display: block; position: relative; transition: all .5s ease;
    background: #FFFFFF; font-size: 0.94vw; text-align: right; padding-right: 2.34vw; box-shadow: 0px 10px 15px 0px rgba(198,121,20,0.1);
    border-radius:10px; width: 8.33vw; height: 5.73vw; line-height: 5.73vw;}
    .type-list a img{ opacity: 0; position: absolute; left: 1.98vw; top: 50%; transform: translateY(-50%);  margin-right: 10px;} 
    .type-list a:hover,.type-list a.active{background: #C67914; width: 11.35vw; color: #fff;}
    .type-list a:hover img,.type-list a.active img{ opacity: 1;}
    .product-info{margin-top: 2.60vw;}
.product-info .Img{width: 28.33vw;
    height: 22.08vw;
    background: #F6F7F9;
    border-radius: 10px; padding: 10px;}
.product-info .Img img{ display: block; width: 100%;}
.product-info .text{ padding:2.34vw 0 1.56vw; width: 24.90vw; margin-left: 2.08vw;}
.product-info .text .desc{ padding-top: 1.35vw;margin-top: 1.72vw; border-top: #ddd 1px solid;}
.product-info .text .desc p{min-height: 8.25vw; font-size: 0.83vw; line-height: 180%;color: #999999;}
.product-info .text h2{font-weight: 500;
    color: #333333; font-size: 1.25vw;}
.product-info .text .desc a{margin-top:.94vw ; text-align: right;color: #C67914;font-size: 0.83vw;}
.product-info .text .desc a em{ display:inline-block; position: relative;}
.product-info .text .desc a em::before{ content:''; width: 2.92vw;
    height: 1px;
    background: #C67914; position: absolute; top: 50%; left: -4vw;}
.product-info .text .txt1{color: #C4C4C4;margin-top: 3.65vw;font-size: 0.83vw;letter-spacing: 1.41vw;
    text-align: center;}

.info-list{margin: 1.88vw auto 0;}
.info-list dl{ width: 15.73vw;  float: left; cursor: pointer; margin-right:2.29vw;}
.info-list dl:nth-child(4n){margin-right:0;}
.info-list dt{width: 100%;
    height: 12.40vw;
    background: #FFFFFF;
    border: 1px solid #EBEBEC ;
    border-radius: 10px; padding: 0.52vw;}
.info-list dt span{width: 100%; display: block;
    height: 100%; overflow: hidden; transition: all .5s ease;}
.info-list dd{ padding: 0.89vw 0; position: relative;}
.info-list dd::before{ content: ''; width: 13.02vw; height: 1px; background: #EBEBEC; position: absolute; bottom: 0; left: 0;}
.info-list dd a{font-size: .83vw; position: relative; padding-left: 15px;}
.info-list dd a::before{ content: ''; width: 6px;
    height: 6px;
    background: #C8C8C8; position: absolute; left: 0; top: 50%;margin-top: -3px; }
.info-list dd i{ width: 1.88vw; height: 1.88vw; display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); background: url(../img/ico2-b.png) no-repeat; background-size: 100%;}
.info-list dl:hover dt{ border-color: #C67914;}
.info-list dl:hover dt span{ transform: scale(1.06);}
.info-list dl:hover dd a{color: #C67914;}
.info-list dl:hover dd a::before{background: #C67914;}
.info-list dl:hover dd i{background: url(../img/ico2-o.png); background-size: 100%;}
.marginRight0{ margin-right: 0 !important;}
.index-part3{padding: 5.21vw 0 10vw; background: url(../img/bg3.jpg) no-repeat center 76%; background-size: cover;}
.news-type{ position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.news-type a{ display: inline-block;width: 5.21vw;
    height: 1.88vw; line-height: 1.88vw; margin: 0 .3vw;
    border-radius: 4px; text-align: center;  font-size: .83vw;}
.news-type a.active,.news-type a:hover{   color: #fff;  background: #C67914;}
.news-list ul li{ overflow: hidden; width: 17.19vw; margin-top: 1.98vw; margin-right:1.46vw;   background-color: #fff; border-radius: 10px ;}
.news-list ul li:last-child{margin-right:0;}
.news-list ul li span{ height: 10.31vw; width: 100%; transition: all .5s;}
.news-list ul li .news-info{ padding: .52vw 0.94vw 0; background: #fff; position: relative; z-index: 10;}
.news-list ul li .news-info .name{ font-size: .83vw; line-height: 180%;}
.news-list ul li .news-info .intro{line-height: 180%; margin-top: .2vw;  font-size: 0.73vw; color: #999999;}
.news-list ul li .news-info em{ color: #999; font-size: 0.73vw; margin-top: .6vw; padding: 0.75vw 0;border-top: #F0F0F0 1px solid; display: block;}
.news-list ul li:hover span{ transform: scale(1.1) rotate(3deg) ;}
.news-list ul li:hover .name{ color: #C67914;}
.footer{ margin-top: -7.29vw; padding: 5.63vw 0 0; background: url(../img/bg2.png) no-repeat center; background-size: cover;}
.foot-top p{font-size: 1.04vw;font-weight: 500;
    color: #FFFFFF;}
.foot-top p i{ display: inline-block;width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%; vertical-align: middle; margin: 0 .3vw;}
.messages{ margin-top: 1.30vw; padding-top: 2.34vw;}
.messages::after{
    width: 25.63vw;
height: 2px;
background: #FFFFFF;
opacity: 0.2; content: ''; position: absolute; top: 0; left: 0;
}
.messages li{ display: inline-block; font-size: .83vw; color: #fff;}
.messages li span{opacity: .8;}
.copyright{padding: 1.04vw 0; margin-top: 3.13vw;}
.copyright>div{ color: rgba(255,255,255,.4); font-size: 14px;}
.copyright>div a{color: rgba(255,255,255,.4);}
.copyright>div a:hover{text-decoration: underline;}
.f-ewm img{display: block;width: 6.46vw;
    display: block;}
.f-ewm span{font-size: 0.73vw; color: #fff; text-align: center; margin-top: 0.52vw;}

.f-ewm{position: absolute; right: 0; top: 0;}
/*float_menu*/
.float_menu{ position: fixed; bottom: 7.1875vw; right: 0; z-index: 1004;}
.float_menu li{ position: relative; margin-top: 0.521vw;}
.float_menu li i{width: 100%; height: 2.1vw; display: block; background-size: 40%;}
.float_menu li a.f_m_a0{ display:block; width:  3.44vw; text-align: center; font-size:.76vw;
    height: 3.96vw; padding-top: 0.26042vw;border-radius: 6px 0px 0px 6px;
    background: #FFFFFF;
   box-shadow: 0px 8px 19px 0px rgba(204,204,204,0.5);}
.float_menu li a.f_m_a0 .iconfont{ font-size: 1.3542vw;}
.f_m_cover{ position:absolute; top: 50%;  right:100%; transform:translateY(-50%); text-align: center; opacity: 0; visibility: hidden; pointer-events: none;transition: all .5s ease; }
.f_m_cover_inner{ position: relative; background: #fff; color: #333; 
background: #FFFFFF; width:9.79vw; height:15.36vw; padding:1.25vw 0.78vw;
border: 2px solid #C67914;font-size:.73vw;
border-radius: 6px 0px 0px 6px;
}
.f_m_zixun .f_m_cover_inner>span{ text-align:left; display:block;}
.f_m_zixun .f_m_cover_inner>span,.f_m_zixun .f_m_cover_inner>div{font-weight: 500;
color: #C67914; }
.f_m_zixun p{ line-height:160%; margin:0.73vw  auto;text-align:left;}
.f_m_cover_inner:before{ display:none; content: ""; position:absolute; top:50%; left: 100%; transform:translateY(-50%) rotate(-90deg); border-width:0.3125vw; border-style:solid solid solid; border-color:#fff transparent transparent; }
.float_menu li .f_m_cover b{ letter-spacing: -0.03em; font-family: "Arail"; color: #cc0001;}
/* .float_menu li:hover a.f_m_a0{ background-color: #cc0001; color: #fff;} */
.float_menu li:hover .f_m_cover{ opacity:1; visibility: visible; pointer-events: all;}
.f_m_cover_inner img{ display: block; width: 6.5104vw; height: 6.5104vw; margin:0 auto;}
.f_m_call .f_m_cover_inner{ padding: 0.78125vw;}

.icon_qq{ background: url(../img/sibarico1-g.png) no-repeat center; }
.icon_zx{ background: url(../img/sibarico2-g.png) no-repeat center; }
.icon_TOP{background: url(../img/sibarico3-g.png) no-repeat center;}
.float_menu li:hover a.f_m_a0{ background: #C67914; color: #fff; box-shadow: 0px 8px 19px 0px rgba(198,121,20,0.5);}

.float_menu li:hover .icon_qq{ background: url(../img/sibarico1-w.png) no-repeat center; }
.float_menu li:hover .icon_zx{ background: url(../img/sibarico2-w.png) no-repeat center; }
.float_menu li:hover .icon_TOP{ background: url(../img/sibarico3-w.png) no-repeat center; }

/* 内页start */
.width1300 {
    width: 68vw;
    margin: 0 auto;
}
.insideBan{ position: relative;
    width: 100%; display: flex; justify-content: center; align-items: center;
}
.insideBan img.bg{ display: block; width: 100%;}
.insideBan .width1300{ text-align: right; position: absolute; bottom: 20px; color: #333;}
.inMenu{
    width: 100%;
	height: 4.17vw;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(6,0,31,0.06);
    position: relative;
}
.nav_wrap a {position: relative; font-size: 0.94vw; line-height: 4.17vw; display: block; float: left; width: 6.77vw; text-align: center;}
.nav_wrap a:hover,.nav_wrap a.on{color: #C67914; font-weight: bold;}
.nav_wrap a::before{content: ''; width: 1.56vw;
    height: .21vw;
    position: absolute; bottom: 0; left: 50%; margin-left: -0.78vw;}
.nav_wrap a.on::before,.nav_wrap a:hover::before{background: #C67914; }
.nav_links ,.nav_links a{line-height: 4.17vw; font-size: 0.73vw; color: #333;}
.nav_links .icon{ display: inline-block;width: 0.83vw;
    height: 0.83vw;background: url(../img/icon16.png) no-repeat center; background-size: 100%; vertical-align: middle; position: relative; top: -2px;}

    .news-content .left-content{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    
}
.news-content .left-content a{display: block; width: 100%; }
.news-content .left-content a img{display: block; width: 100%; }
.news-content .left-content .txt{
    height: 10.63vw;
    padding: 1.56vw;
    background: #fff;
}
.news-content .left-content .txt .p1{font-size: 1.25vw; color: #000; line-height: 1.56vw; font-weight: bold;}
.news-content .left-content .txt .p2{font-size: .83vw; color: #666;line-height: 1.56vw; margin-top: 0.52vw;}
.news-content .left-content .txt>div{color: #999; font-size: .83vw; margin-top: 15px; position: relative;}
.news-content .left-content .txt>div .detail{position: absolute; right: 0; top: 0;    transition: all .3s;}
.news-content .left-content .txt>div .detail i,.news-content .right-content li em{width: 1.25vw; margin-left: 0.52vw;
 transition:  all .3s;   height:0.52vw; display: inline-block; background: url(../img/icon2.png);background-size: 100%; }
 .news-content .left-content i.img{width: 100%;
    height: 18.49vw; overflow: hidden;}
 .news-content .right-content{  margin-top: 1.56vw;
    width: 39.48vw;background: #FFFFFF;height: 29.17vw;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.news-content .left-content:hover .p1{color: #C67914;}
.news-content .left-content:hover .img img{ transform: scale(1.06);-webkit-transform: scale(1.06);-moz-transform: scale(1.06);}
.news-content .right-content li{
    padding: 1.56vw;
    border: #fff 1px solid;
     cursor: pointer;
}
.news-content .right-content li .p1{ position: relative; padding-right: 100px;}
.news-content .right-content li .p1 a{ font-size: .94vw; color: #000;    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;}
.news-content .right-content li .p1 span{ position: absolute; right: 0; top: 0; font-size: .73vw; color: #999;}
.news-content .right-content li .p2{margin-top: .52vw; margin-bottom: .78vw; font-size: .83vw; color: #666;line-height: 160%;}
.news-content .right-content li:hover{background: #F1FFFB;
    border: 1px solid #D5F3EB;}
.news-content .right-content li:hover .p1 a{ color: #C67914;}
.news-content .right-content li:hover .p2,.news-content .right-content li:hover .p1 span ,.news-content .left-content:hover .txt>div .detail{ color:#C67914;}
.news-content .right-content li:hover em,.news-content .left-content:hover .txt>div .detail i{background: url(../img/icon1.png) no-repeat;background-size: 100%;}
.news{border-top: 1px solid #EBEBEB; margin-top: 2.2vw;}
.news-content .right-content .moreBtn{width: 90%;
    height: 2.29vw; display: block; margin: 0 auto; line-height: 2.29vw;
    background: #F2F2F2; text-align: center; color: #666;}
.news-content .right-content .moreBtn:hover{background: #02503F; color: #fff;}
.news-list .left-content{width: 30.52vw; border-radius: 10px; margin-top: 0; overflow: hidden;}
 .news-list .left-content i.img{ height: 17.50vw;}
 .news-list {position: relative;margin-top: 1.56vw}
 .main-content2 .news-list::after{ content: '';width: 1px; height: 100%; position: absolute; left: 50%; background: #ddd;}
 .main-content2{  background: url(../img/bg4.jpg) no-repeat center bottom; padding:3.13vw 0 11vw ;}
 .news li{border-bottom: 1px solid #EBEBEB; padding: 0 1.88vw 1.88vw 0; margin-top: 1.88vw; cursor: pointer;}
 .news li .backimage{width: 19.27vw; height: 11.04vw; border-radius: 10px;}
 .news li .desc{ width: 37.24vw; margin-left: 1.56vw;}
 .news li .desc h3 a{font-weight: bold;
    color: #000000; font-size: 1.25vw;}
 .news li .desc p{color: #666666; font-size: .83vw; line-height: 180%; margin: 1.04vw auto 1.56vw;}
 .news li .desc em{width:7.08vw;
    margin-right: 1.04vw;
    height: 2.08vw;
    font-size: 0.83vw;
    line-height: 2.08vw;;
    color: #fff;
    text-align: center;
    background: #C67914;
    border-radius: 1.04vw;}

 .news li .time{
    width: 5.10vw;
    height: 5.21vw;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    text-align: center;
    padding-top: 1.04vw;
    font-weight: 500;
    color: #999999;
    font-size: 0.73vw;
    margin-left: 3.69vw;
 }
 .news li .time span{font-weight: bold; font-size: 1.56vw; line-height: 180%;}
 .news li:hover{box-shadow: 0px 4px 20px 0px rgba(6,0,31,0.06); transform: translateY(-10px);}
 .news li:hover .desc h3 a{ color: #C67914;}
 .detail-left{ padding: 1.56vw 1.04vw; background-color: #fff; width: 46.88vw;}
 .m-details h1{ font-size: 1.88vw; color: #333333; 
    line-height: 160% ;margin-bottom: 1.04vw;}
.m-details .tips span{font-size: 0.83vw; color: #666;margin-right: 2.60vw;}
.m-details .intros p{
    line-height: 180%;
    font-size: 0.83vw;
    color: #666;
    margin-top: 1.04vw
}
.m-details .intros img{ display: block; margin: 0 auto;}
.m-details{ align-items: flex-start;}
.m-details .tips{ padding-bottom: 1.56vw; border-bottom: #ECECEC 1px solid;}
.detail-page{ display: flex; justify-content: space-between;}
.detail-page a{
    width: 48.5%;
height: 2.81vw;
background: #F5F5F5;
display: block;
color: #333;
font-size: 0.83vw;
padding: 0 1.04vw;
margin-top: 1.56vw;
line-height: 2.81vw;
display: flex;
align-items: center;
position: relative;border-radius: 4px;

}
.detail-page a span{ display: inline-block; width: 400px; overflow: hidden ; white-space: nowrap;text-overflow: ellipsis;}
.detail-page a i{
    display: inline-block;
    width: 21px;
    height: 9px;
}
.detail-page .a1 i { background: url(../img/icon27.png) no-repeat;}
.detail-page .a2 i { background: url(../img/icon26.png) no-repeat; position: absolute; right: 1.04vw;}
.detail-page .a1 span{ margin-left: 1.03vw;}
.detail-page .a2 span{  margin-left: 1.05vw;}
.detail-page a:hover{background: #C67914;
    box-shadow: -1px 4px 30px 0px rgba(2,80,63,0.24);color: #fff;}
.detail-page .a1:hover i { background: url(../img/icon24-w.png) no-repeat ;}
.detail-page .a2:hover i { background: url(../img/icon25-w.png) no-repeat;}

.detail .detail-right ul li .backimage{border-radius: 10px; height: 4.48vw;}
.detail .detail-right ul li .info{ padding-top: 0; padding-bottom: 0;}
.pages{text-align: center; margin-top: 4.2vw;}
.pages a,.pages span{ display: inline-block; width: 2.1vw;
    height: 2.1vw; vertical-align: top;
    background: #fff;
    border-radius: 0.521vw ;margin: 0 0.42vw; color: #666; font-size: 1.05vw; line-height: 2.1vw; }
.pages i{display: block; width: 100%; height: 100%;}
.page-prev i{ background: url(../img/icon20.png) no-repeat center;}
.page-next i{ background: url(../img/icon19.png) no-repeat center;}
.page-prev:hover i{ background: url(../img/icon17.png) no-repeat center;}
.page-next:hover i{ background: url(../img/icon18.png) no-repeat center;}
.pages a.on,.pages span.on,.pages span.current,.pages a:hover{
   background: #C67914;
   color: #fff;
}
.pages .page-prev:hover,.pages .page-next:hover{ background-color: #fff;}
.detail-right{background: #FFFFFF; width: 19.58vw;
    border-radius: 10px;padding: 1.56vw 1.04vw;}
.detail-right ul li{ margin-bottom: 1.04vw;}
.detail-right ul li .backimage{width: 7.81vw; height: 4.48vw;}
.detail-right ul li .info{width:calc(100% - 7.81vw); padding: 0.38vw 0 .38rem .48rem;}
.detail-right ul li .info em{font-weight: 500; font-size: 0.94vw;}
.detail-right ul li .info p{ font-size: .73vw; color: #999999; margin-top: .8vw;}
.detail-right ul li:hover .info em{ color: #C67914;}
.d-name{font-size: 1.15vw; padding-bottom: 1.56vw;  font-weight: 500; position: relative; padding-left: 1.05vw;}
.d-name::before{ content: ''; width: 0.16vw;
    height: 1.25vw; position: absolute; left: 0; top: 0vw;
    background: #F39C11;}
.border-bottom{border-bottom: #ECECEC 1px solid;}
.about-name{
    font-weight: bold; position: relative; z-index: 2;
color: #333333; font-size: 2.1875vw; text-align: center; margin-bottom: 50px;
}
.about-name span{ opacity: .5; font-size: 1.5625vw; display: block;color: #E3E2E2; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; position: relative; z-index: -1;}
.shop-mall a{display: block;  margin-top: 130px; font-size: 0.94vw; text-align: center;cursor:auto;}
.shop-mall a img{width: 8.85vw; margin: 0 auto 20px; display: block; transition: all .5s ease;}
.shop-mall a:hover img{ transform: rotate(360deg);}



.detail-pic .pro-pic{width:calc(100% - 8.85vw;) ; text-align: center;  padding-left:20px;}
.detail-pic .pro-piclist .swiper-container{ height: 29.8vw;}
.pro-piclist{ position: relative;  width: 170px; padding: 50px 0;}
.pro-piclist .arrow{width: 32px; height: 32px; overflow: hidden; border-radius: 50%;
 position: absolute; left: 50%; transform: translateX(-50%); }
.pro-piclist  .btn-prev{ top: 0;}
.pro-piclist  .btn-next{ bottom: 0;}
.pro-piclist .arrow i{ display: block; width: 100%; height: 100%;}
.pro-piclist  .btn-prev i{ background: url(../img/prev2-b.png) no-repeat center;}
.pro-piclist  .btn-next i{ background: url(../img/prev3-b.png) no-repeat center;}
.pro-piclist .arrow:hover{
    box-shadow: 0px 4px 6px 0px rgba(230,0,18,0.2);}  
.pro-piclist  .btn-prev:hover i{ background: url(../img/prev2-o.png) no-repeat center;}
.pro-piclist  .btn-next:hover i{ background: url(../img/prev3-o.png) no-repeat center;}
.pro-piclist .swiper-slide{width: 169px;
    height: 133px;
    background: #FFFFFF;
    border: 1px solid #EBEBEC;
    border-radius: 10px; padding: 6px;
    }
.pro-piclist .swiper-slide img{position: relative; top: 50%; transform: translateY(-50%); display: block; width: 80%;
    margin: 0 auto;}

.pro-piclist .slide-active{ border: 1px solid #C67914;}
.detail-tips{ margin-top: 1.56vw; width: 39.32vw; padding-right: 3.65vw;}
.detail-tips h2{font-weight: bold; font-size: 1.46vw; line-height: 160%;}
.detail-tips p{ margin-bottom: 1.4vw; line-height: 160%; font-size: .94vw; margin-top: .4vw;}
.d-title{background: #C67914; height: 4.17vw; text-align: center; line-height: 4.17vw; color: #fff; font-size: 1.25vw; font-weight: bold;}
.pro-pic .slide{ padding-left: 3.28vw;}
.pro-pic .slide .pic-scroll{width: 26.93vw;
    border-radius: 10px; display: block; overflow:hidden;}
.pic-scroll .swiper-slide img{width: 26.93vw; display:block; }
.pro-pic .slide .pro-info{width: calc(100% - 26.93vw); padding-left: 1.56vw; text-align: left;}
.pans { margin-top:10px;}
.pans .swiper-pagination-bullet{width: 0.73vw;
height: 0.73vw;
background: #C67914;

border-radius: 50%;}

.pro-info h3{font-weight: 500; padding-bottom: 20px; margin-bottom: 20px; font-size: 2.08vw; line-height: 150%; position: relative;}
.pro-info h3::before{ content: ''; width: 30px;
    height: 2px;
    background: #C67914; position: absolute; bottom: 0; left: 0;}
.pro-info li{ padding-left: 10px; position: relative;color: #666666; font-size: .83vw; line-height: 180%; margin-top: 5px;}
.pro-info li::before{content: '';width: 5px;
    height: 5px;
    background: #C67914;
    border-radius: 50%; position: absolute;left: 0; top: 12px;}

.talent-part1{
    margin-top: 70px;
    position: relative;
}
.talent-part1 .title{ margin: 0 auto; display: block;    position: absolute;
    top: -16px;
    left: 50%; margin-left: -152px;}
.talent-part1 ul{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-around;
    padding: 70px 0 40px;
}
.talent-part1 ul li{
    font-size: 18px;color: #333333;
}
.talent-part1 ul li img{ display: block; margin: 0 auto 20px;}
.job{ width: 100%; position: relative; margin-top: 40px;box-shadow: 0px 4px 10px 0px rgba(6,0,31,0.1);}
.job>img{ position: absolute;left: 50%; margin-left: -30px; top: 0;}
.job ul{ margin: 0 auto;}
.jobTxt{height: 60px;background: #C67914;width: 100%; margin: 0 auto; color: #fff; line-height: 60px;}
.jobTxt span,.jobList .div1 span{display: block; float: left; font-size: 16px; text-align: center; width: 20%;}
.jobList .div1{height: 70px; line-height: 70px;}
.jobList{background: #fff;}
.jobList .div2{ padding: 0 70px 50px;border-top: #f0eeee 1px solid; display: none; }
.jobList .div2 .title{ margin-top: 20px; font-size: 16px; margin-bottom: 10px; color: #333;}
.jobList .div2 p{  line-height:36px; color: #666; font-size: 16px;}
.jobList .div2 a{margin-top: 30px; width: 210px; height: 50px; background: #1c3e2e;color: #fff; font-size: 14px; display: block; text-align: center; line-height: 50px;}
.jobList li{ border-bottom: #ededed 1px solid;}
.jobList .div2 a:hover{ background: #C67914;}
.add{ cursor: pointer; color: #C67914;}
.jobList .div2 p>strong{ font-size: 18px; display: block; position: relative; padding-bottom: 10px; margin-bottom: 10px; color: #C67914;}

.jobList .div2 p>strong::before{content: '';width: 30px;
    height: 2px;
    background: #C67914; position: absolute; bottom: 0; left: 0;}
.jobList .div2 p.color1{ color: #C67914; font-size: 20px;}
.jobList li .div2{ display: none;}
.jobList li:first-child .div2{ display: block;}

.c-way1 li{background: #FFFFFF;box-shadow: 1px 6px 20px 0px rgba(0,0,0,0.05); text-align: center;
width: 21.67vw; height: 14.06vw; margin-top: 6.13vw;}
.c-way1 li i{top: -4.2vw;position: relative; padding: 20px; display: inline-block;box-shadow: 1px 6px 20px 0px rgba(0,0,0,0.05); border-radius: 50%;}
.c-way1 li img{ width: 6.25vw; height: 6.25vw; }
.c-way1 li span{ margin-top: -2vw;font-weight: bold; font-size: 1.15vw;}
.c-way1 li p{ margin-top: 1.1vw; font-size: 1.04vw;}
.map{margin-top: 1.56vw; margin-bottom: 3.65vw;}
.comment{ box-shadow: 2px 6px 10px 0px rgba(0,0,0,0.1); background-color: #fff; padding:2.60vw 1.82vw;}
.comment .left-form{ width: 26.56vw;}
.comment .left-form strong{ font-size: 1.56vw; line-height: 160%;}
.comment .left-form p{ font-size: 0.83vw; font-weight: bold; margin-top: .7vw;}
.comment .left-form .line1{margin-top: 1.04vw; margin-bottom: 1.82vw; background: #C67914; width: 5.21vw; height: 0.21vw;}
.comment .left-form .input-text{border: 1px solid #DDDDDD; font-size: 0.83vw; text-indent: 2em;
    border-radius: 4px; background-color: #fff; margin-bottom: 1.3vw; height: 2.19vw; display: block; width: 24.5vw;}
    .comment .left-form textarea{border: 1px solid #DDDDDD; font-size: 0.83vw; text-indent: 2em;
        border-radius: 4px; background-color: #fff; margin-bottom: 1.3vw; height:6.77vw; padding-top: .8vw; display: block; width: 24.5vw;}
.submit-btn{width: 6.25vw;
    height: 1.98vw; border: none;
    background: #C67914; transition: all .5s; text-decoration: underline;
    border-radius: 19px; color: #fff; font-size: 0.83vw;}
.submit-btn:hover{box-shadow: 2px 6px 10px 0px rgba(0,0,0,0.1); }
.right-img{width: 33.91vw;}
.right-img img{width: 100%;}

.culture li{ float: left;width: 33.07vw; margin-top: 2.34vw; transition: all .5s ease;
    height: 11.46vw;padding: 0 1.04vw; margin-right: 1.56vw;
    background: #FFFFFF;box-shadow: 2px 6px 10px 0px rgba(0,0,0,0.08);}
.culture li:hover{ transform: translateY(-10px);}
.culture li img{width: 5.47vw;
    height: 5.47vw;}
.culture li .c-txt{
    width: calc(100% - 5.47vw);
    padding-left: 1.30vw;

}
.culture li .c-txt em{ position: relative;font-weight: bold;
    color: #333333; font-size: 1.25vw; line-height: 180%; padding-bottom: .5vw; margin-bottom: .5vw;}
.culture li .c-txt em::before{ content: '';width: 30px;
    height: 4px;
    background: #C67914; position: absolute; bottom: 0; left: 0;}
.culture li .c-txt p{ color: #666; line-height: 160%; font-size: .83vw;}

.indexAbout { margin-top: 3.13vw;}
.indexAbout .about-txt{width: 33.59vw;padding-top: 1.5vw; }
.indexAbout .about-txt i{font-weight: bold;
    color: #F5F7F9; font-size: 8.33vw; font-style: normal;line-height: 100%; position: relative; margin-left: -5.21vw;}
.indexAbout .about-txt h3{font-size: 1.56vw; margin-bottom: .8vw; line-height: 180%; color: #000;font-weight: bold; margin-top: -1.04vw;}
.indexAbout .about-txt  p{ font-size: 0.83vw; margin-top:.4vw;color: #666;
    line-height: 180%; text-indent: 2em;}
.indexAbout .about-pic>div{
    width: 24.79vw;
    height: 20vw;
    background: linear-gradient(90deg, #E3A758, #C67914);
border-radius: 10px;
}
.indexAbout .about-pic>div img{max-width:27.86vw; border-radius: 10px; position: relative; margin-top: 1.82vw; margin-left:-4.56vw;}
.about-num{height: 8.54vw;box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
    background: #FFFFFF;
    border-radius: 10px; margin-top:6.23vw;}
.about-num li{ padding: 0 1.56vw;float: left; width: 25%; text-align: center; position: relative;     top: 50%;
    transform: translateY(-50%);}
.about-num .num{color: #C67914 ; font-size: 1.56vw;font-weight: bold;line-height: 150%;}
.about-num .num span{ font-size: 2.50vw;}
.about-num .txt{ font-size: .83vw; color: #666 ; margin-top: .5vw;}
.about-num li::after{ content: '';width: 1px;
    height: 66px;
    background: #E3E3E3; position: absolute; top: 50%; right: 0; margin-top: -33px; }
.about-num li:last-child::after{display: none;}
.devlop{ margin-top: 4.69vw;}
.devlop .swiper-slide{ padding:0 1.82vw 1.60vw; position: relative;}
.devlop .swiper-slide::after{ content: ''; width: 1px; height: 95%; position: absolute; left: 5px; top: 0;
 background: rgba(198,121,20,0.1);
}
.devlop .swiper-slide::before{content: ''; width: 95%; height: 1px; position: absolute; right: 0; bottom: 5px;
    background: rgba(198,121,20,0.1);}
.devlop .swiper-slide em{font-weight: bold; font-size: 1.04vw;}
.devlop .swiper-slide img{ display: block; margin: 1.04vw 0;}
.devlop .swiper-slide p{min-height: 110px; line-height: 180%;color: #666666; font-size: .73vw;}
.circle{width: 13px;
    height: 13px;
    background: #C67914;
    border-radius: 50%; position: absolute; left:0; bottom: 0;}
.devlop .arrow1{ position: absolute;width: 32px;
    height: 32px; top: 50%; transform: translateY(-50%);}
.devlop .button-next1{right: -60px; background: url(../img/next2-b.png) no-repeat; background-size: 100%;}   
.devlop .button-prev1{ left: -60px; background: url(../img/prev4-b.png) no-repeat; background-size: 100%;}   
.devlop .button-next1:hover{background: url(../img/prev4-o.png) no-repeat; background-size: 100%;}   
.devlop .button-prev1:hover{ background: url(../img/next2-o.png) no-repeat; background-size: 100%;}   
.devlop .swiper-slide span{ display: block;width: 100%;
    height: 234px; margin: 1.04vw 0;
    border-radius: 10px;}


.nav li::after,.nav li::before{ transition: all .3s;}
.index-part7 dl:hover dt span{ transform: scale(1.06);-webkit-transform: scale(1.06);-moz-transform: scale(1.06);}
.head-nav li>a::after, .transtion6,.info-list dt{ transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
img{max-width: 100%;}